home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Stacks / Hyper Education / Organizational Aids / Student Teacher / background_3455.txt < prev    next >
Encoding:
Text File  |  1988-04-09  |  2.6 KB  |  125 lines

  1. -- background: 3455 from stack: in
  2. -- bmap block id: 4147
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: Student Bkgnd
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=237 top=26 right=45 bottom=419
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 2
  16. -- text size: 12
  17. -- style flags: 256
  18. -- line height: 16
  19. -- part name: Student Name
  20.  
  21.  
  22. -- part 2 (field)
  23. -- low flags: 01
  24. -- high flags: 0000
  25. -- rect: left=127 top=104 right=137 bottom=419
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 2
  30. -- text size: 12
  31. -- style flags: 256
  32. -- line height: 16
  33. -- part name: Weights
  34.  
  35.  
  36. -- part 3 (field)
  37. -- low flags: 01
  38. -- high flags: 0000
  39. -- rect: left=127 top=169 right=281 bottom=418
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 0
  43. -- font id: 2
  44. -- text size: 12
  45. -- style flags: 256
  46. -- line height: 16
  47. -- part name: Grades
  48.  
  49.  
  50. -- part 4 (field)
  51. -- low flags: 01
  52. -- high flags: 0000
  53. -- rect: left=237 top=44 right=63 bottom=418
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 0
  57. -- font id: 2
  58. -- text size: 12
  59. -- style flags: 256
  60. -- line height: 16
  61. -- part name: Class Name
  62.  
  63.  
  64. -- part 5 (button)
  65. -- low flags: 00
  66. -- high flags: A000
  67. -- rect: left=8 top=25 right=69 bottom=74
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 2162 / 2162
  70. -- text alignment: 1
  71. -- font id: 0
  72. -- text size: 12
  73. -- style flags: 0
  74. -- line height: 16
  75. -- part name: Back to Class
  76. ----- HyperTalk script -----
  77. on mouseUp
  78.   set lockscreen to true
  79.   put field "Class Name" into holder
  80.   put field "Student Name" into holderb
  81.   go to first card
  82.   find holder in field "Class Name"
  83.   click at 0,0
  84.   find holderb in field "Student Name"
  85. end mouseUp
  86.  
  87.  
  88.  
  89. -- part 6 (button)
  90. -- low flags: 00
  91. -- high flags: 2000
  92. -- rect: left=255 top=279 right=302 bottom=285
  93. -- title width / last selected line: 0
  94. -- icon id / first selected line: 9301 / 9301
  95. -- text alignment: 1
  96. -- font id: 0
  97. -- text size: 12
  98. -- style flags: 0
  99. -- line height: 16
  100. -- part name: New Button
  101. ----- HyperTalk script -----
  102. on mouseUp
  103.   go to previous card of this bkgnd
  104. end mouseUp
  105.  
  106.  
  107.  
  108. -- part 7 (button)
  109. -- low flags: 00
  110. -- high flags: 2000
  111. -- rect: left=293 top=279 right=302 bottom=323
  112. -- title width / last selected line: 0
  113. -- icon id / first selected line: 27009 / 27009
  114. -- text alignment: 1
  115. -- font id: 0
  116. -- text size: 12
  117. -- style flags: 0
  118. -- line height: 16
  119. -- part name: New Button
  120. ----- HyperTalk script -----
  121. on mouseUp
  122.   go to next card of this bkgnd
  123. end mouseUp
  124.  
  125.